VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000 Namespace / Jpeg2000Page Class / GetTileRectImage Methods / GetTileRectImage(Int32,Rectangle,EventHandler<ProgressEventArgs>) Method
Syntax Requirements SeeAlso
In This Topic
    GetTileRectImage(Int32,Rectangle,EventHandler<ProgressEventArgs>) Method (Jpeg2000Page)
    In This Topic
    Returns an image of specified region of specified tile of this page.
    Syntax
    'Declaration
    
    Public Overloads Function GetTileRectImage( _
    ByVal tileIndex
    Zero based index of tile.
    As System.Int32, _
    ByVal region
    Rectangle, in tile, to decode.
    As System.Drawing.Rectangle, _
    ByVal imageLoadingProgress
    Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
    As System.EventHandler(Of ProgressEventArgs) _
    ) As Vintasoft.Imaging.VintasoftImage

    Parameters

    tileIndex
    Zero based index of tile.
    region
    Rectangle, in tile, to decode.
    imageLoadingProgress
    Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).

    Return Value

    Image of specified region of specified tile of this page.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also